home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 176 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.lang.c,comp.std.c
  2. Path: in2.uu.net!world!mv!usenet
  3. From: ENGR@GSSI.MV.COM (Michael Furman)
  4. Subject: Integral conversion e.t.c. (was: Re: Hungarian notation)
  5. Message-ID: <DLoy4x.AFG@mv.mv.com>
  6. Mime-Version: 1.0
  7. Organization: GSSI
  8. Date: Wed, 24 Jan 1996 15:10:08 GMT
  9. References: <30C40F77.53B5@swsbbs.com> <SPENCER.96Jan22113215@zorgon.ERA.COM> <4e1nd8$hv0@solutions.solon.com> <3104bfc8.132251392@nntp.ix.netcom.com> <4e2ppd$lsu@solutions.solon.com> <DLnG5H.748@mv.mv.com>
  10. X-Newsreader: WinVN 0.93.10
  11. X-Nntp-Posting-Host: gssi.mv.com
  12.  
  13.   Could somebody please clarify is "C" standard so strict and does not let
  14. use some constructions that "C++" draft stadard let? Namely:
  15.  
  16. 1. Integer conversion when source value can not be represented in destination
  17. type. In C++ it is defined. In case of both unsigned types it completely
  18. defined in standard; othervise details of "how it will be converted" must
  19. be defined by implementation. 
  20.  
  21. 2. Implementation extention: additional forms of function main, like:
  22.  
  23. int main(int argc, char * * argv, char * env);
  24.  
  25. In C++ draft standard said that any implementation must allow 2 kinds if
  26. "main" definitions, but does not forbid extentions.
  27.  
  28. Thanks in advance,
  29.             Michael
  30.  
  31.  
  32. ---------------------------------------------------------------
  33. Michael Furman,                       (603)893-1109
  34. Geophysical Survey Systems, Inc.  fax:(603)889-3984
  35. 13 Klein Drive - P.O. Box 97          engr@gssi.mv.com 
  36. North Salem, NH 03073-0097            71543.1334@compuserve.com
  37. ---------------------------------------------------------------
  38.  
  39.